home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Open Stack / Help / card_5300.txt < prev    next >
Encoding:
Text File  |  1987-12-04  |  2.2 KB  |  84 lines

  1. -- card: 5300 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3656
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=21 top=22 right=312 bottom=490
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 20
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=412 top=320 right=342 bottom=512
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue...
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to next card
  37. end mouseUp
  38.  
  39.  
  40. -- part 3 (button)
  41. -- low flags: 00
  42. -- high flags: 8003
  43. -- rect: left=191 top=317 right=339 bottom=291
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Directory
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   go to card id 2919 of stack "IntroCard"
  55. end mouseUp
  56.  
  57.  
  58.  
  59.  
  60. -- part 6 (button)
  61. -- low flags: 00
  62. -- high flags: 8003
  63. -- rect: left=25 top=316 right=338 bottom=125
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Previous page
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   go to prev card
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part contents for card part 1
  80. ----- text -----
  81.   We are not going to give you a complete HyperCard programming manual here.  Instead we're going to lead you to the script window and teach you about three things:  
  82. MESSAGES, OBJECTS, and HANDLERS.
  83.    If this isn't what you wanted to get out of OPEN STACK -- if you don't understand this gibberish (and don't want to); if you want to start entering your collection; if the library system itself seems complicated enough without getting into all of this stuff -- please go back to the DIRECTORY and go to the INRODUCTION screen.  Remember to set the preferences button to "Write" first, to make sure you don't hurt OPEN STACK while you're experimenting.  Or else continue...
  84.